home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW re2c 1.1 / globals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-01  |  302 b   |  21 lines  |  [TEXT/KAHL]

  1. #ifndef    _globals_h
  2. #define    _globals_h
  3.  
  4. // $Log: globals.h,v $
  5. //Revision 1.1  1994/04/08  15:27:59  peter
  6. //Initial revision
  7. //
  8.  
  9. #include "basics.h"
  10.  
  11. extern char *fileName;
  12. extern bool sFlag;
  13. extern bool bFlag;
  14.  
  15. extern uchar asc2ebc[256];
  16. extern uchar ebc2asc[256];
  17.  
  18. extern uchar *xlat, *talx;
  19.  
  20. #endif
  21.